.xy-menu {
    padding-right: 20px;
}

@media (max-width: 1500px) {
    .xy-head .xy-head-right .xy-head-navbar .xy-menu {
        padding-right: 0px;
    }

    .xy-head .xy-head-right .xy-head-navbar .xy-search {
        opacity: 0;
        display:none;
    }
}

/*内页左侧分类通用样式*/
.sort li {
    position: relative;
    z-index: 999;
}

.sort li .about_b {
    position: absolute;
    left: 210px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
}

.sort li .layer2 {
    width: 100%;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
}

.sort li .layer2 li {
    overflow: hidden;
}

.sort li .layer2 li a {
    font-weight: bold;
    background: url(../images/ico1.gif) no-repeat 0% 50%;
}

.sort li .layer2 li a:hover {
    text-decoration: none;
    color: #3a78c1;
}

.sort li .layer2 li .layer3 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 10px;
}

.sort li .layer2 li .layer3 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}

.sort li .layer2 li .layer3 li .layer4 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 15px;
}

.sort li .layer2 li .layer3 li .layer4 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}

.sort li a {
    background: url(../images/dot4.png) no-repeat 5px -38px;
    color: #666;
    display: block;
    line-height: 36px;
    font-family: "微软雅黑";
    border-bottom: 1px solid #dddddd;
    padding-left: 25px;
}

.sort li a:hover {
    color: #1d4189;
    text-decoration: none;
    background: url(../images/dot4.png) no-repeat 5px -38px #f5f6f6;
}

.sort li.change a {
    background: url(../images/dot4.png) no-repeat 5px -38px #f5f6f6;
}
.xypg-product-list li a{
    position: relative;
}
.xypg-product-list li .sy{
    position: absolute;
    top: 0px;
    z-index: 99;
}
.xyin-product-sort li img{
    max-width: 100%;
    height:auto;
}


.w-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #434343
}
@media(max-width:768px){
    .w-footer{
        display: block;
    }
}
.w-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.w-footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 0
}

.w-footer ul li.active {
    background: #32787f
}

.w-footer ul li a {
    display: block;
    background:#32787f;
    color:#fff;
}

.w-footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}
.w-footer ul li a:hover{
    background: #999;
}
.w-footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}



















